Click or drag to resize

ParameterList Class

Class ParameterList.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListParameter
    Independentsoft.Email.MimeParameterList

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ParameterList : List<Parameter>

The ParameterList type exposes the following members.

Constructors
  NameDescription
Public methodParameterList
Initializes a new instance of the ParameterList class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListParameter.)
Public propertyCount (Inherited from ListParameter.)
Public propertyItemInt32 (Inherited from ListParameter.)
Public propertyItemString
Gets the Parameter with the specified name.
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListParameter.)
Public methodAddRange (Inherited from ListParameter.)
Public methodAsReadOnly (Inherited from ListParameter.)
Public methodBinarySearch(T) (Inherited from ListParameter.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListParameter.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListParameter.)
Public methodClear (Inherited from ListParameter.)
Public methodContains (Inherited from ListParameter.)
Public methodConvertAllTOutput (Inherited from ListParameter.)
Public methodCopyTo(T) (Inherited from ListParameter.)
Public methodCopyTo(T, Int32) (Inherited from ListParameter.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListParameter.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListParameter.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListParameter.)
Public methodFindAll (Inherited from ListParameter.)
Public methodFindIndex(PredicateT) (Inherited from ListParameter.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListParameter.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListParameter.)
Public methodFindLast (Inherited from ListParameter.)
Public methodFindLastIndex(PredicateT) (Inherited from ListParameter.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListParameter.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListParameter.)
Public methodForEach (Inherited from ListParameter.)
Public methodGetEnumerator (Inherited from ListParameter.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListParameter.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListParameter.)
Public methodIndexOf(T, Int32) (Inherited from ListParameter.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListParameter.)
Public methodInsert (Inherited from ListParameter.)
Public methodInsertRange (Inherited from ListParameter.)
Public methodLastIndexOf(T) (Inherited from ListParameter.)
Public methodLastIndexOf(T, Int32) (Inherited from ListParameter.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListParameter.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)
Removes the specified name.
Public methodRemove(T) (Inherited from ListParameter.)
Public methodRemoveAll (Inherited from ListParameter.)
Public methodRemoveAt (Inherited from ListParameter.)
Public methodRemoveRange (Inherited from ListParameter.)
Public methodReverse (Inherited from ListParameter.)
Public methodReverse(Int32, Int32) (Inherited from ListParameter.)
Public methodSort (Inherited from ListParameter.)
Public methodSort(IComparerT) (Inherited from ListParameter.)
Public methodSort(ComparisonT) (Inherited from ListParameter.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListParameter.)
Public methodToArray (Inherited from ListParameter.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListParameter.)
Public methodTrueForAll (Inherited from ListParameter.)
Top
See Also